From 2cd2664e609a1159933054497d0a5088346218cc Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 22 Feb 2009 23:37:21 +0000 Subject: [PATCH] (minibuffer-default-add-dired-shell-commands): Doc fix. --- lisp/dired-aux.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9d34d9542dc..95aaa388310 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -476,8 +476,8 @@ with a prefix argument." (declare-function mailcap-file-default-commands "mailcap" (files)) (defun minibuffer-default-add-dired-shell-commands () - "Return a list of all commands associted with current dired files. -This function is used to add all related commands retieved by `mailcap' + "Return a list of all commands associated with current dired files. +This function is used to add all related commands retrieved by `mailcap' to the end of the list of defaults just after the default value." (interactive) (let ((commands (and (boundp 'files) (require 'mailcap nil t) -- 2.30.2